Submit

Calcfi Mcp

@Jere Salmisto

24 free personal-finance + macro tools (mortgage, paycheck, tax, FRED, BLS) for LLM agents. Zero API keys, stdio transport.
Overview

mcp.so submission — calcfi-mcp

Source page: https://mcp.so/my/servers/8b20fd0e-1cfc-4181-9913-594f31313295/edit Last updated: 2026-06-01

Each section heading is an mcp.so form field. Paste the value below it. The Content section is plain markdown (NOT inside a code fence) so links remain clickable while reviewing.


Name

calcfi-mcp

Title

CalcFi MCP

Description

24 free personal-finance + macro tools (mortgage, paycheck, tax, FRED, BLS) for LLM agents. Zero API keys, stdio transport.

Status

created — leave default

Type

server — leave default

Tags

finance,fintech,calculators,mortgage,tax,fred,bls,irs,personal-finance,stdio,claude,cursor

Avatar URL

Primary: https://calcfi.app/icon-512.png Fallback if 404: https://calcfi.app/favicon.ico

Author Name

jeresalmisto

GitHub URL

https://github.com/jeresalmisto/calcfi-mcp

Server Config

{
  "mcpServers": {
    "calcfi": {
      "command": "npx",
      "args": ["-y", "calcfi-mcp-server"]
    }
  }
}

Content

(Below is raw markdown. Links render clickable in this document so you can verify each URL works before submitting. Copy from ## What it does to the last MCP Registry entry line and paste into the mcp.so Content editor.)

What it does

CalcFi MCP exposes 24 tools to LLM agents covering personal finance and live US macroeconomic data. All calculations are deterministic and source-cited from IRS, Federal Reserve, BLS, Treasury, Census, HUD, and Freddie Mac.

Personal-finance tools

Live macro data tools

Install

Claude Desktop / Cursor / Cline / any MCP client:

{
  "mcpServers": {
    "calcfi": {
      "command": "npx",
      "args": ["-y", "calcfi-mcp-server"]
    }
  }
}

Python: pip install calcfi-mcp

{
  "mcpServers": {
    "calcfi": {
      "command": "python",
      "args": ["-m", "calcfi_mcp"]
    }
  }
}

Full developer docs + API reference →

Why use it

  • Deterministic. Math runs in code, not predicted by the LLM. No hallucinated tax brackets, no drifted mortgage rates.
  • Source-cited. Every tool output includes the IRS publication, Fed series ID, BLS table number, or other primary-source reference. See the methodology page.
  • Free + open. No API key, no signup, MIT license. Backed by free public financial data updated daily.
  • Already on the official Model Context Protocol Registry as io.github.jeresalmisto/calcfi-mcp v0.1.6.

Built by

Jere Salmisto, solo founder in Helsinki — building free personal-finance tools for LLM agents and consumers.


Server Config

{
  "mcpServers": {
    "calcfi": {
      "command": "npx",
      "args": [
        "-y",
        "calcfi-mcp-server"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server